header:hover {
  background-color: transparent !important;
}
#header {
  --mainColor: #2ac2b6;
  padding: 0 !important;
  width: 100%;
  min-height: 70px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20230330;
  box-sizing: border-box;
  display: block;
  background: #ffffff;
}
#header::before {
  content: '';
  width: 100%;
  height: 1px;
  box-shadow: 0px 2px 2px 0px rgba(204, 202, 202, 0.25);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1001;
}
@media screen and (max-width: 1280px) {
  #header {
    width: 1280px;
  }
}
.header-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 1280px;
  z-index: 1000;
}
.head-drop {
  overflow: hidden;
  padding: 0 20px 20px 20px;
  transform: translateX(-20px);
}
.head-drop .menu-2 {
  backdrop-filter: blur(5px);
  background: linear-gradient(180deg, hsla(0, 0%, 100%, 0.9), hsla(0, 0%, 98%, 0.96));
  box-shadow: 0px 0px 20px 1px rgba(191, 215, 214, 0.5);
  padding: 8px;
}
.head-drop .menu-2 .item {
  width: 100%;
  height: 42px;
  display: flex;
  align-items: center;
  padding-left: 18px;
  word-break: keep-all;
  padding-right: 36px;
}
.head-drop .menu-2 .item:hover {
  background: #ddfff1;
}
.head-drop .menu-2 .item:hover .label {
  color: var(--mainColor);
}
.head-drop .menu-2 .item .icon {
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.head-drop .menu-2 .item .label {
  color: #111111;
  font-size: 14px;
}
.head-drop .menu-2-complex {
  backdrop-filter: blur(5px);
  background: linear-gradient(180deg, hsla(0, 0%, 100%, 0.9), hsla(0, 0%, 98%, 0.96));
  box-shadow: 0px 0px 20px 1px rgba(198, 230, 228, 0.5);
  padding: 0 0 36px 36px;
}
.head-drop .menu-2-complex .c-list {
  width: 654px;
  padding-top: 12px;
  display: flex;
  flex-wrap: wrap;
}
.head-drop .menu-2-complex .c-list .c-item {
  width: 309px;
  display: flex;
  padding: 16px 6px 16px 16px;
}
.head-drop .menu-2-complex .c-list .c-item:hover {
  background: #ddfff1;
}
.head-drop .menu-2-complex .c-list .c-item:hover .right .label {
  color: var(--mainColor);
}
.head-drop .menu-2-complex .c-list .c-item .icon {
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  object-fit: contain;
}
.head-drop .menu-2-complex .c-list .c-item .right .label {
  font-size: 14px;
  font-weight: 600;
  color: #111111;
  margin-bottom: 6px;
  display: flex;
  align-items: center;
}
.head-drop .menu-2-complex .c-list .c-item .right .brief {
  display: block;
  width: 95%;
  font-size: 12px;
  font-weight: 400;
  color: #555555;
  line-height: 16px;
}
.head-drop .menu-3 {
  backdrop-filter: blur(5px);
  background: linear-gradient(180deg, hsla(0, 0%, 100%, 0.9), hsla(0, 0%, 98%, 0.96));
  box-shadow: 0px 0px 20px 1px rgba(191, 215, 214, 0.5);
  padding: 8px 36px 36px;
  display: flex;
}
.head-drop .menu-3 .group {
  display: flex;
}
.head-drop .menu-3 .p-item {
  margin: 0;
  margin-right: 49px;
  width: 284px;
}
.head-drop .menu-3 .p-item:last-child {
  margin-right: 0;
}
.head-drop .menu-3 .p-item .p-label {
  height: 46px;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  color: #111111;
  border-bottom: 1px solid #e5e9ed;
  padding-left: 16px;
}
.head-drop .menu-3 .p-item .c-list {
  padding-top: 3px;
}
.head-drop .menu-3 .p-item .c-list .c-item {
  display: flex;
  padding: 8px 0;
  padding-left: 18px;
  margin: 13px 0;
}
.head-drop .menu-3 .p-item .c-list .c-item:hover {
  background: #ddfff1;
}
.head-drop .menu-3 .p-item .c-list .c-item:hover .right .label {
  color: var(--mainColor);
}
.head-drop .menu-3 .p-item .c-list .c-item .icon {
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  object-fit: contain;
}
.head-drop .menu-3 .p-item .c-list .c-item .right .label {
  font-size: 14px;
  font-weight: 600;
  color: #111111;
  margin-bottom: 6px;
  display: flex;
  align-items: center;
}
.head-drop .menu-3 .p-item .c-list .c-item .right .brief {
  display: block;
  width: 95%;
  font-size: 12px;
  font-weight: 400;
  color: #555555;
  line-height: 16px;
}
.head-drop-4 {
  width: 100vw;
  position: absolute;
  top: 70px;
  left: 0;
  display: none;
  z-index: -2;
  padding-left: 0;
  padding-right: 0;
}
.head-drop-4.active {
  display: block;
}
.head-drop-4 > div {
  width: 100%;
  height: 100%;
  box-shadow: 0px 0px 20px 1px rgba(191, 215, 214, 0.5);
  backdrop-filter: blur(5px);
  background: linear-gradient(180deg, hsla(0, 0%, 100%, 0.9), hsla(0, 0%, 98%, 0.96));
}
.head-drop-4 .menu-4 {
  width: 1280px;
  margin: auto;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 20px;
}
.head-drop-4 .menu-4 .p-item {
  width: 284px;
  margin-top: 10px;
  margin-right: 44px;
}
.head-drop-4 .menu-4 .p-item:nth-child(4n) {
  margin-right: 0;
}
.head-drop-4 .menu-4 .p-item .p-label {
  height: 46px;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  color: #111111;
  border-bottom: 1px solid #D3D7DF;
  padding-left: 16px;
}
.head-drop-4 .menu-4 .p-item .c-list {
  padding-top: 16px;
}
.head-drop-4 .menu-4 .p-item .c-list .c-item {
  display: block;
  padding: 8px 16px;
  margin-bottom: 10px;
}
.head-drop-4 .menu-4 .p-item .c-list .c-item:hover {
  background: #ddfff1;
}
.head-drop-4 .menu-4 .p-item .c-list .c-item:hover .c-label {
  color: var(--mainColor);
}
.head-drop-4 .menu-4 .p-item .c-list .c-item .c-label {
  font-size: 14px;
  font-weight: 600;
  color: #111111;
  padding-bottom: 7px;
}
.head-drop-4 .menu-4 .p-item .c-list .c-item .c-desc {
  font-size: 12px;
  font-weight: 400;
  color: #333333;
  line-height: 15px;
  padding-bottom: 5px;
}
.head-drop-4 .menu-4 .p-item .c-list .c-item .s-list {
  display: flex;
  flex-wrap: wrap;
}
.head-drop-4 .menu-4 .p-item .c-list .c-item .s-list .link {
  display: flex;
  align-items: center;
  width: 50%;
}
.head-drop-4 .menu-4 .p-item .c-list .c-item .s-list .link .s-label {
  font-size: 12px;
  font-weight: 400;
  color: var(--mainColor);
  padding: 6px 0;
}
.head-drop-4 .menu-4 .p-item .c-list .c-item .s-list .link .icon {
  display: block;
  width: 18px;
  height: 18px;
  background: url('/static_new_qs_theme/default-themes/home/image/header_nav_v2/arrows_right_1@2x.png') no-repeat;
  background-size: contain;
}
.head-drop-4 .menu-4 .p-item .c-list .c-item .s-list .link .general_badge-item {
  font-size: 10px;
  height: auto;
  padding: 0;
  background: transparent;
}
.header-wrap #header {
  position: relative;
}
#header div.header-outer {
  margin: 0 auto;
  padding: 0 30px 0 28px;
  height: 70px;
}
#header .head-left {
  height: 70px;
}
#header .head-left .head-logo {
  height: 100%;
  display: flex;
  align-items: center;
}
#header .head-left .head-logo a {
  display: flex;
  width: 121px;
  height: 70px;
  overflow: hidden;
}
#header .head-left .head-logo a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
/* @media screen and (max-width: 1280px) {
  #header .head-left .head-logo span {
    width: 123px;
    height: 46px;
  }
} */
#header .head-left .head-nav {
  height: 100%;
  margin-left: 24px;
  display: flex;
  position: relative;
}
#header .head-left .head-nav .head-nav-item {
  position: relative;
}
#header .head-left .head-nav .head-nav-item:hover a {
  color: var(--mainColor);
}
#header .head-left .head-nav .head-nav-item:hover a .icon-arrow {
  display: flex;
  width: 18px;
  height: 18px;
  background: url('/static_new_qs_theme/default-themes/home/image/header_nav_v2/arrows_up_1@2x.png') no-repeat center center;
  background-size: contain;
}
#header .head-left .head-nav .head-nav-item > a {
  padding: 0 10px;
  display: block;
  display: flex;
  align-items: center;
  height: 100%;
  box-sizing: border-box;
}
#header .head-left .head-nav .head-nav-item > a span.txt {
  font-size: 14px;
  position: relative;
}
#header .head-left .head-nav .head-nav-item > a .general_badge-item {
  position: absolute;
  top: 5px;
  left: 12px;
}
#header .head-left .head-nav .head-nav-item > a:hover span.txt {
  color: var(--mainColor) !important;
}
#header .head-left .head-nav .general_badge-item {
  position: absolute;
  top: 10px;
  left: 86px;
  /* width: 79px; */
  height: 20px;
  line-height: 20px;
  padding: 0 10px;
  background: #d93026;
  border-radius: 10px 10px 10px 0px;
  font-size: 12px;
  color: #fff;
}
#header .head-left .head-nav .head-drop {
  position: absolute;
  display: none;
  top: 100%;
  z-index: 1000;
}
#header .head-left .head-nav .head-drop.head-drop-3,
#header .head-left .head-nav .head-drop.complete-drop {
  left: 0;
  right: unset;
}
#header .head-left .head-nav .head-drop.head-drop-3.proxyip {
  transform: translateX(-200px);
}
#header .head-left .head-nav .head-drop a:hover .txt {
  color: var(--mainColor);
}
#header .head-left .head-nav .head-drop .general_badge-item {
  height: 16px;
  line-height: 16px;
  padding: 0 2.5px;
  border-radius: 2px;
  font-size: 12px;
  margin-left: 4px;
  position: relative;
  top: initial;
  left: inherit;
}
#header .head-left .head-nav .head-nav-item:hover .head-drop {
  display: block;
}
#header .head-left .head-nav .complete-drop {
  position: absolute;
  display: none;
  top: 100%;
  background-color: transparent !important;
  left: 0;
  z-index: 1000;
}
#header .head-left .logo-wrap {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}
#header .head-left .logo-wrap:hover .collection-wrap {
  display: block !important;
}
#header .head-left .logo-wrap .link {
  display: inline-block;
  cursor: pointer;
  display: flex;
  align-items: center;
  width: 140px;
}
#header .head-left .logo-wrap .link .logo,
#header .head-left .logo-wrap .link img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
}
#header .head-left .logo-wrap .link img {
  width: 140px;
  height: 32px;
}
#header .head-left .logo-wrap .collection-wrap {
  width: 290px;
  height: 86px;
  background: url('/static_new_qs_theme/default-themes/home/image/logo/collection_img_new@2x.png') no-repeat 5px 5px;
  background-size: 280px 76px;
  position: absolute;
  top: 20px;
  left: 0;
  display: none;
  z-index: -1;
  animation: collectionMove 2s infinite;
  -webkit-animation: collectionMove 2s infinite;
}
#header .head-left .logo-wrap .collection-wrap .label {
  font-size: 14px;
  color: #AD5C47;
  position: absolute;
  bottom: 11px;
  left: 23px;
}
@keyframes collectionMove {
  0% {
    top: 10px;
  }
  50% {
    top: 20px;
  }
  to {
    top: 10px;
  }
}
#header .head-right {
  height: 70px;
}
#header .head-right .nav-ad {
  height: 100%;
  display: flex;
  align-items: center;
  margin-right: 22px;
}
#header .head-right .nav-ad img {
  display: block;
  max-height: 55px;
}
#header .head-right .filing {
  height: 100%;
}
#header .head-right .filing a {
  height: 100%;
  display: table;
  font-size: 0.16rem;
  padding: 0 0.01rem;
}
#header .head-right .filing a span {
  display: table-cell;
  vertical-align: middle;
}
#header .head-right .filing a span em {
  padding: 0.02rem 0.04rem;
  border-radius: 0.04rem;
  font-size: 14px;
  transition: all 0.3s;
}
#header .head-right .filing a:hover span em {
  border: none !important;
  color: var(--mainColor);
}
#header .head-right .filing .line {
  height: 100%;
  display: table;
}
#header .head-right .filing .line span {
  display: table-cell;
  vertical-align: middle;
}
#header .head-right .user {
  margin-left: 20px;
  height: 100%;
  /* cursor: pointer; */
}
#header .head-right .user .to-log-in,
#header .head-right .user .not-logged-in {
  height: 100%;
}
#header .head-right .user .to-log-in .login,
#header .head-right .user .not-logged-in .login {
  height: 100%;
  display: table;
}
#header .head-right .user .to-log-in .login .login-btn,
#header .head-right .user .not-logged-in .login .login-btn {
  display: table-cell;
  vertical-align: middle;
  font-size: 0.14rem;
}
#header .head-right .user .not-logged-in .login .login-btn:hover {
  color: var(--mainColor);
}
#header .head-right .user .to-log-in .login .login-btn span,
#header .head-right .user .not-logged-in .login .login-btn span {
  padding: 0.04rem 0.1rem;
  border-radius: 0.06rem;
  font-size: 0.14rem;
}
#header .head-right .user .to-log-in .login .login-btn span:hover {
  color: var(--mainColor);
}
#header .head-right .user .to-log-in .register .register-btn-wrap .register-btn:hover,
#header .head-right .user .to-log-in .login .login-btn:hover span,
#header .head-right .user .not-logged-in .login .login-btn:hover span {
  /* border: 1px solid #fff; */
}
#header .head-right .user .to-log-in .register {
  height: 100%;
  display: table;
  margin-left: 0.1rem;
}
#header .head-right .user .not-logged-in .register {
  height: 100%;
  display: table;
}
#header .head-right .user .to-log-in .register .register-btn-wrap,
#header .head-right .user .not-logged-in .register .register-btn-wrap {
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}
#header .head-right .user .to-log-in .register .register-btn-wrap .register-btn,
#header .head-right .user .not-logged-in .register .register-btn-wrap .register-btn {
  display: block;
  padding: 0.03rem 0.12rem;
  font-size: 0.14rem;
}
#header .head-right .user .to-log-in .register .register-btn-wrap .register-btn:hover,
#header .head-right .user .not-logged-in .register .register-btn-wrap .register-btn:hover {
  /* background: rgba(255, 255, 255, 0.7); */
  color: var(--mainColor);
}
#header .head-right .user .not-logged-in .register .register-btn-wrap .register-btn {
  display: flex;
  align-items: center;
  background: linear-gradient(182deg, #ff3913 15%, #ff9c59 100%);
  color: #fff !important;
  font-size: 14px;
  height: 32px;
  line-height: 32px;
  border-radius: 0;
  padding: 0 22px;
  position: relative;
  border: none;
}
#header .head-right .user .not-logged-in .register .register-btn-wrap .register-btn img {
  position: absolute;
  top: 100%;
  left: -4px;
  z-index: 1001;
}
#header .head-right .user .not-logged-in .register .register-btn-wrap .register-btn span {
  color: #fff;
  font-size: 14px;
}
#header .head-right .user .not-logged-in .register .register-btn-wrap .icon {
  display: block;
  width: 44px;
  height: 44px;
  background: url('/static_new_qs_theme/default-themes/home/image/home/home-sprite.png') no-repeat;
  background-position: 0 0;
  /* background-size: 568px 88px; */
  background-size: 572px 89px;
  margin-left: -8px;
  margin-top: -6px;
  position: absolute;
  top: -3px;
  right: -30px;
}
#header .head-right .user .not-logged-in {
  display: none;
}
#header .head-right .user .log-in {
  height: 100%;
  cursor: pointer;
  position: relative;
  display: none;
}
#header .head-right .user .log-in .avatar {
  display: table;
  height: 100%;
}
#header .head-right .user .log-in .avatar .avatar-wrap {
  display: table-cell;
  vertical-align: middle;
}
#header .head-right .user .log-in .avatar .avatar-wrap img {
  display: block;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  box-shadow: 0 0 5px 1px #2ac2b6;
}
@media screen and (max-width: 1280px) {
  #header .head-right .user .log-in .avatar .avatar-wrap img {
    width: 36px;
    height: 36px;
  }
  #header .head-left .head-nav .head-nav-item > a {
    padding: 0 8px;
  }
}
#header .head-right .user .log-in .avatar-user {
  display: flex;
  height: 100%;
}
#header .head-right .user .log-in .avatar-user .avatar-wrap {
  display: flex;
}
#header .head-right .user .log-in .avatar-user .avatar-wrap .hello-user-name {
  display: flex;
  align-items: center;
  color: #fff;
  margin-left: 0.125rem;
}
#header .head-right .user .log-in .avatar-user .avatar-wrap .hello-user-name:hover {
  color: #f6ae54;
}
#header .head-right .user .log-in .to-down-icon {
  display: flex;
  align-items: center;
  height: 100%;
  margin-left: 0.18rem;
  margin-top: 0.02rem;
}
#header .head-right .user .log-in .to-down-icon .icon {
  display: inline-block;
  font-size: 18px;
  color: #ccc;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  cursor: pointer;
  transition: all 0.3s;
}
#header .head-right .user .log-in .to-down-icon .icon:hover {
  color: var(--mainColor);
  opacity: 0.85;
}
#header .head-right .user .log-in .to-down-icon .icon.active {
  color: var(--mainColor);
  opacity: 0.85;
  transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  -o-transform: rotate(270deg);
}
#header .head-right .user .log-in .to-down-icon span {
  display: table-cell;
  vertical-align: middle;
  width: 14px;
  height: 8px;
  background: url('../../image/icon/to_down_icon.png') center no-repeat;
  background-size: contain;
}
#header .head-right .user .log-in .to-down-icon span.active {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transition-duration: 0.25s;
}
#header .head-right .user .log-in .pop-up-box {
  position: absolute;
  top: 60px;
  right: 3px;
  /* width: 2.5rem; */
  /* padding: 0 0.15rem 0.15rem 0.15rem; */
  background-color: #fff !important;
  display: none;
  width: 240px;
  box-sizing: border-box;
  cursor: default;
  box-shadow: 0px 2px 8px rgba(135, 132, 132, 0.13);
}
#header .head-right .user .log-in .pop-up-box .name {
  background: #F3F7FB;
  padding: 12px 18px 16px 22px;
}
#header .head-right .user .log-in .pop-up-box .name h3 span {
  font-size: 16px;
  color: #444;
  padding-bottom: 5px;
}
#header .head-right .user .log-in .pop-up-box .name h3 span:hover {
  color: var(--mainColor);
  opacity: 0.85;
  transition: all 0.3s;
}
#header .head-right .user .log-in .pop-up-box .name .top {
  display: flex;
}
#header .head-right .user .log-in .pop-up-box .name .attest {
  display: flex;
  align-items: center;
}
#header .user .log-in .pop-up-box .name .top .avatar-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.48rem;
  height: 0.48rem;
  border-radius: 50%;
  background: var(--mainColor);
  font-size: 0.3rem;
  color: #fff;
  margin-right: 0.11rem;
}
#header .user .log-in .pop-up-box .name .top .avatar-wrap.sub {
  background: #fff;
  position: relative;
}
#header .user .log-in .pop-up-box .name .top .avatar-wrap.sub img {
  width: 100%;
  height: 100%;
}
#header .user .log-in .pop-up-box .name .top .avatar-wrap.sub span.tag {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0.18rem;
  height: 0.18rem;
  background: var(--mainColor);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#header .user .log-in .pop-up-box .name .top .avatar-wrap.sub span.tag em {
  font-size: 0.12rem;
  color: #fff;
  transform: scale(0.8);
}
#header .user .log-in .pop-up-box .name .attest {
  display: flex;
  align-items: center;
}
#header .user .log-in .pop-up-box .name .attestation-wrap .info-list span {
  display: block;
  line-height: 1.6;
  font-size: 0.14rem;
  color: #979797;
}
#header .user .log-in .pop-up-box .name .attestation-wrap .attest .verify-tag {
  display: flex;
  align-items: center;
}
#header .user .log-in .pop-up-box .name .attestation-wrap .attest .verify-tag:hover .tip-wrap {
  display: block;
}
#header .user .log-in .pop-up-box .name .attestation-wrap .attest .verify-tag img {
  height: 0.18rem;
}
#header .head-right .user .log-in .pop-up-box .name .attestation-wrap .attest .tip-icon {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url('../../../../../static_new_qs_theme/default-themes/home/image/icon/tip-icon.png') no-repeat;
  background-size: contain;
  margin-left: 7px;
}
#header .head-right .user .log-in .pop-up-box .name .attestation-wrap .attest .tip-wrap {
  height: 28px;
  line-height: 28px;
  padding: 0 6px 0 8px;
  background: #fff;
  box-shadow: 0px 0px 7px rgba(126, 126, 126, 0.35);
  position: absolute;
  top: 2px;
  left: 68px;
  z-index: 10;
  display: none;
}
#header .head-right .user .log-in .pop-up-box .name .attestation-wrap .attest .tip-wrap > p {
  word-break: keep-all;
  font-size: 12px;
}
#header .head-right .user .log-in .pop-up-box .name .attestation-wrap .attest .tip-wrap::after {
  content: '';
  position: absolute;
  top: 20px;
  left: 16px;
  z-index: 11;
  border: 5px solid #fff;
  border-right-color: transparent;
  border-bottom-color: transparent;
  width: 4px;
  height: 4px;
  background-color: transparent;
  transform: rotate(225deg);
  z-index: 8;
}
#header .head-right .user .log-in .pop-up-box .name .attestation-wrap .attest .tip-wrap .txt {
  font-size: 12px;
  color: #BBBCBD;
}
#header .head-right .user .log-in .pop-up-box .name .attest a {
  font-size: 0;
}
#header .head-right .user .log-in .pop-up-box .name .attest span {
  font-size: 14px;
  color: var(--mainColor);
  /* margin-left: 0.08rem; */
}
#header .head-right .user .log-in .pop-up-box .name .attest span:hover {
  opacity: 0.85;
  transition: all 0.3s;
}
#header .head-right .user .log-in .pop-up-box .name .attest span .tag {
  height: auto;
  margin: 0 !important;
  padding: 0 !important;
}
#header .head-right .user .log-in .pop-up-box .name .money {
  display: flex;
  align-items: flex-end;
  white-space: nowrap;
  justify-content: space-between;
  margin-top: 4px;
}
#header .head-right .user .log-in .pop-up-box .name .money .wrap {
  display: flex;
  align-items: center;
}
#header .head-right .user .log-in .pop-up-box .name .money .icon {
  font-size: 18px;
  color: #A1A1A2;
}
#header .head-right .user .log-in .pop-up-box .name .money span {
  color: #444;
  font-size: 0.16rem;
  margin: 0 0.06rem;
  padding-top: 0.02rem;
}
#header .head-right .user .log-in .pop-up-box .name .money .payment {
  float: right;
}
#header .head-right .user .log-in .pop-up-box .name .money span:nth-last-child(1) {
  margin-right: 0;
}
#header .head-right .user .log-in .pop-up-box .name .money a {
  display: inline-block;
  height: 22px;
  line-height: 20px;
  padding: 0 11px;
  border: 1px solid #FF8F02 !important;
  color: #FF8F02 !important;
  font-size: 14px;
}
#header .head-right .user .log-in .pop-up-box .name .money a:hover {
  opacity: 0.85;
}
#header .head-right .user .log-in .pop-up-box ul {
  padding: 8px 18px 0 22px;
}
#header .head-right .user .log-in .pop-up-box ul li a {
  display: flex;
  width: 100%;
  padding: 0.08rem 0;
  align-items: center;
}
#header .head-right .user .log-in .pop-up-box ul li a:hover span,
#header .head-right .user .log-in .pop-up-box ul li a:hover i {
  color: var(--mainColor);
  opacity: 0.85;
  transition: all 0.3s;
}
#header .head-right .user .log-in .pop-up-box ul li a .icon {
  font-size: 16px;
}
#header .head-right .user .log-in .pop-up-box ul li a span {
  font-size: 14px;
  color: #444;
  margin-left: 7px;
  flex: 1;
  flex-grow: 1;
}
#header .head-right .user .log-in .pop-up-box ul li a em {
  margin-left: 0.1rem;
  height: 18px;
  line-height: 18px;
  padding: 0 5px;
  background-color: #D93026;
  color: #fff;
  border-radius: 18px;
  font-size: 15px;
}
#header .head-right .user .log-in .pop-up-box .btn {
  margin-top: 0.13rem;
  padding-right: 0.08rem;
  padding: 6px 18px 20px 22px;
}
#header .head-right .user .log-in .pop-up-box .btn a {
  color: #6F7F7E;
  font-size: 14px;
}
#header .head-right .user .log-in .pop-up-box .btn a:hover {
  color: var(--mainColor);
  opacity: 0.85;
}
#header .head-right .user .log-in .pop-up-box .btn .drop-out {
  color: #6F7F7E;
  font-size: 14px;
}
#header .head-right .user .log-in .pop-up-box .btn .drop-out:hover {
  opacity: 0.85;
}
#header .head-right .user .active-show {
  display: block;
}
#header .head-bottom {
  position: absolute;
  top: 70px;
  right: 0;
  width: 100%;
  left: 0;
  background: #fff;
  box-shadow: 0px 1px 4px 4px rgba(103, 103, 103, 0.16);
  display: none;
  z-index: -2;
}
#header .head-bottom.active {
  display: block;
}
#header .head-bottom .products {
  display: none;
  width: 1280px;
  margin: auto;
  padding: 37px 0 0.2rem;
  background-color: #fff !important;
  position: relative;
}
/* #header .head-bottom .products::before {
  content: '';
  width: 0;
  height: 0;
  border: 12px solid transparent;
  border-bottom: 13px solid #fff;
  position: absolute;
  top: -24px;
  left: 300px;
} */
#header .head-bottom .active-products {
  display: flex;
}
#header .head-bottom .products nav {
  width: 1.8rem;
  border-right: 1px solid #E5E9ED;
  padding-left: 0.5rem;
}
#header .head-bottom .products nav a {
  display: block;
  height: 34px;
  line-height: 34px;
  margin-bottom: 15px;
}
#header .head-bottom .products nav a span {
  display: block;
  width: 100%;
  font-size: 0.16rem;
  /* margin-left: 0.1rem; */
  color: #444 !important;
}
#header .head-bottom .products nav a .active-span {
  color: var(--mainColor) !important;
  border-right: 4px solid var(--mainColor);
}
#header .head-bottom .products nav a .icon-nav {
  margin-right: 0.2rem;
  width: 0.16rem;
  height: 0.2rem;
  min-width: 12px;
  min-height: 10px;
  background: url('../../image/icon/to_right_icon.png') center no-repeat;
  background-size: 100%;
}
#header .head-bottom .products nav a .list-icon {
  width: 0.2rem;
  height: 0.2rem;
  min-width: 14px;
  min-height: 14px;
  background: url('../../image/icon/list_icon.png') center no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 1280px) {
  #header .head-bottom .products nav a .icon-nav {
    margin-top: 2px;
  }
}
#header .head-bottom .products .nav-item {
  height: 100%;
  width: 100%;
}
#header .head-bottom .products .nav-item .item {
  height: 100%;
  display: none;
}
#header .head-bottom .products .nav-item .item-active {
  display: flex;
}
#header .head-bottom .products .nav-item .flow.item-active {
  display: block;
  -webkit-column-count: 4;
  column-count: 4;
  -webkit-column-gap: 72px;
  column-gap: 72px;
  padding: 0 40px;
}
#header .head-bottom .products .nav-item .item.flow .dl {
  width: 100%;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  margin-bottom: 30px;
}
#header .head-bottom .products .nav-item .item.flow .dl:nth-child(3) {
  min-height: 400px;
}
#header .head-bottom .products .nav-item .item.flow .dl .dd {
  margin-bottom: 7px;
  height: 64px;
  width: 100%;
  padding-left: 15px;
  padding-top: 11px;
  padding-bottom: 13px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#header .head-bottom .products .nav-item .item.flow .dl .dd:hover {
  background-color: #F2F7FB;
}
#header .head-bottom .products .nav-item .item.flow .dl .dd .dd-title {
  display: flex;
  align-items: center;
  padding-left: 30px;
  font-size: 16px;
  color: #333;
  font-weight: bold;
  position: relative;
}
#header .head-bottom .products .nav-item .item.flow .dl .dd .dd-title img {
  display: block;
  position: absolute;
  max-width: 20px;
  max-height: 20px;
  object-fit: contain;
  object-position: left center;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
#header .head-bottom .products .nav-item .item.flow .dl .dd .dd-desc {
  font-size: 12px;
  color: #839291;
  line-height: 1;
}
#header .head-bottom .products .nav-item .item .dl .dt {
  color: #839291;
  margin-bottom: 7px;
  display: flex;
  align-items: center;
  padding-bottom: 12px;
  padding-left: 15px;
  line-height: 1;
  border-bottom: 1px solid #E5E9ED;
}
#header .head-bottom .products .nav-item .item .dl .dt .icon {
  width: 23px;
  height: 20px;
  margin-right: 12px;
}
#header .head-bottom .products .nav-item .item ul {
  display: flex;
  flex-wrap: wrap;
}
#header .head-bottom .products .nav-item .item ul li {
  width: 40%;
  padding: 0.1rem 0.18rem;
  margin-left: 0.2rem;
  margin-top: 0.2rem;
  background: rgba(255, 255, 255, 0.2);
  background: #F3F7FB;
  border: 1px solid #F3F7FB;
  transition: all 0.5s;
}
#header .head-bottom .products .nav-item .item ul li a {
  display: flex;
  height: 100%;
  flex-direction: column;
}
#header .head-bottom .products .nav-item .item ul li a .title h3 {
  font-size: 0.14rem;
  color: #444;
}
#header .head-bottom .products .nav-item .item ul li a .title {
  display: flex;
  align-items: center;
}
#header .head-bottom .products .nav-item .item ul li a p {
  font-size: 0.12rem;
  margin-top: 0.03rem;
  margin-bottom: 0.02rem;
  color: #6F7F7E;
}
#header .head-bottom .products .nav-item .item ul li.active-li a .title h3,
#header .head-bottom .products .nav-item .item ul li.active-li a p {
  color: var(--mainColor);
}
#header .head-bottom .products .nav-item .item ul li:nth-of-type(1),
#header .head-bottom .products .nav-item .item ul li:nth-of-type(2) {
  margin-top: 0;
}
#header:hover {
  /* background-color: #0A1633 !important; */
}
@media screen and (max-width: 1140px) {
  #header {
    padding: 0 1rem;
  }
}
@media screen and (max-width: 800px) {
  #header {
    padding: 0 0.8rem;
  }
}
.active-header {
  /* background-color: #0A1633; */
}
.home-header {
  position: absolute !important;
  width: 100%;
  box-sizing: border-box;
  box-shadow: none !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
#header .head-right .user .log-in .pop-up-box ul li a .icon {
  color: #6E7792;
}
/* @media screen and (max-width:1280px) {
    #header {
        height: 46px;
        .head-bottom {
            top: 46px;
        }
    }
} */
.general_badge-item {
  display: inline-block;
  height: 18px;
  line-height: 17px;
  padding: 0 3.5px;
  border-radius: 4px 0px 4px 4px;
  font-size: 10px;
  font-weight: normal;
  margin-left: 4px;
}
.tag-red {
  background: #ffcdca;
  color: #D93026;
}
.tag-green {
  background: #D1ECEB;
  color: var(--mainColor);
}
.tag-yellow {
  background: #FFDDB3;
  color: #FF8F02;
}
#banner img {
  background: #333;
}
#header .head-left .head-nav .head-drop .detail-wrap {
  box-shadow: 0px 0px 20px 1px rgba(191, 215, 214, 0.5);
}
#header .head-left .head-nav .head-drop .detail-wrap ul {
  display: flex;
  flex-wrap: wrap;
  width: 690px;
  box-sizing: border-box;
  justify-content: space-between;
  backdrop-filter: blur(5px);
  background: linear-gradient(180deg, hsla(0, 0%, 100%, 0.9), hsla(0, 0%, 98%, 0.96));
  padding: 3px 36px 31px 36px;
}
#header .head-left .head-nav .head-drop .detail-wrap li {
  width: 309px;
  height: 72px;
  margin: 13px 0;
}
#header .head-left .head-nav .head-drop .detail-wrap li a {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  white-space: normal;
  padding: 0.1rem 0 0 0;
  width: 292px;
  padding: 8px 0 8px 16px;
}
#header .head-left .head-nav .head-drop .detail-wrap li a:hover {
  background: #ddfff1;
}
#header .head-left .head-nav .head-drop .detail-wrap li a:hover .right .label {
  color: var(--mainColor);
}
#header .head-left .head-nav .head-drop .detail-wrap li a .icon {
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  object-fit: contain;
}
#header .head-left .head-nav .head-drop .detail-wrap li a .right .label {
  font-size: 14px;
  font-weight: 600;
  color: #111111;
  margin-bottom: 6px;
  display: flex;
  align-items: center;
}
#header .head-left .head-nav .head-drop .detail-wrap li a .right .brief {
  display: block;
  width: 95%;
  font-size: 12px;
  font-weight: 400;
  color: #555555;
  line-height: 16px;
}
#header .head-left .head-nav .head-drop .detail-wrap li a.active-a {
  background: #F3F7FB;
  transition: all 0.2s;
}
#header .head-left .head-nav .head-drop .detail-wrap li a.active-a .txt {
  color: #444 !important;
}
#header .head-left .head-nav .head-drop .detail-wrap li .logo-wrap {
  width: 20px;
  height: 20px;
  margin: 0 20px;
}
#header .head-left .head-nav .head-drop .detail-wrap li .logo-wrap .logo {
  width: 100%;
  height: 100%;
}
#header .head-left .head-nav .head-drop .detail-wrap li .info-wrap {
  flex: 1;
  padding-right: 20px;
}
#header .head-left .head-nav .head-drop .detail-wrap li .info-wrap .title {
  padding-bottom: 2px;
}
#header .head-left .head-nav .head-drop .detail-wrap li .info-wrap .title .txt {
  font-size: 16px;
}
#header .head-left .head-nav .head-drop .detail-wrap li .info-wrap .description {
  font-size: 14px;
  color: #6F7F7E;
  line-height: 19px;
}
#header .head-left .head-nav .head-drop .detail-wrap .product-box {
  display: flex;
  backdrop-filter: blur(5px);
  background: linear-gradient(180deg, hsla(0, 0%, 100%, 0.9), hsla(0, 0%, 98%, 0.96));
}
#header .head-left .head-nav .head-drop .detail-wrap .product-box .lt-menu {
  box-sizing: border-box;
  padding: 34px 18px 26px 20px;
}
#header .head-left .head-nav .head-drop .detail-wrap .product-box .lt-menu .lt-menu-inside,
#header .head-left .head-nav .head-drop .detail-wrap .product-box .lt-menu .lt-menu-outside {
  white-space: nowrap;
  display: flex;
}
#header .head-left .head-nav .head-drop .detail-wrap .product-box .lt-menu .lt-menu-inside:hover .lt-menu-title,
#header .head-left .head-nav .head-drop .detail-wrap .product-box .lt-menu .lt-menu-outside:hover .lt-menu-title {
  color: var(--mainColor);
}
#header .head-left .head-nav .head-drop .detail-wrap .product-box .lt-menu .lt-menu-inside {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ECECEC;
}
#header .head-left .head-nav .head-drop .detail-wrap .product-box .lt-menu .lt-menu-title {
  margin-left: 12px;
  margin-right: 20px;
  min-width: 70px;
  font-size: 16px;
  color: #555;
}
#header .head-left .head-nav .head-drop .detail-wrap .product-box .lt-menu .menu-item {
  width: 90px;
  font-size: 14px;
  color: #000;
  text-align: left;
  cursor: pointer;
  margin-bottom: 6px;
  line-height: 30px;
  text-align: center;
}
#header .head-left .head-nav .head-drop .detail-wrap .product-box .lt-menu .menu-item-active {
  background-color: var(--mainColor);
  color: #fff;
}
#header .head-left .head-nav .head-drop .detail-wrap .product-box .lt-menu .menu-item:last-child {
  margin-bottom: 0px;
}
#header .head-left .head-nav .head-drop .detail-wrap .product-box .rt-con {
  width: 520px;
  box-sizing: border-box;
}
#header .head-left .head-nav .head-drop .detail-wrap .product-box .rt-con .rt-box {
  position: relative;
  height: 100%;
  padding: 24px 30px 0px 34px;
}
#header .head-left .head-nav .head-drop .detail-wrap .product-box .rt-con .rt-box[data-id='1'] .rt-head {
  background-image: linear-gradient(91deg, #daf5fa 0%, rgba(218, 245, 250, 0.1) 100%);
}
#header .head-left .head-nav .head-drop .detail-wrap .product-box .rt-con .rt-box[data-id='1'] .rt-head img {
  content: url('../../image/proxyip/share-icon_1.png');
  width: 79px;
  height: 74px;
}
#header .head-left .head-nav .head-drop .detail-wrap .product-box .rt-con .rt-box[data-id='2'] .rt-head {
  background-image: linear-gradient(91deg, rgba(255, 241, 237, 0.99) 1%, rgba(255, 241, 237, 0.1) 100%);
}
#header .head-left .head-nav .head-drop .detail-wrap .product-box .rt-con .rt-box[data-id='2'] .rt-head img {
  content: url('../../image/proxyip/self-icon_1.png');
  width: 79px;
  height: 74px;
}
#header .head-left .head-nav .head-drop .detail-wrap .product-box .rt-con .rt-box[data-id='3'] .rt-head {
  background-image: linear-gradient(91deg, #fdf4e6 0%, rgba(253, 244, 230, 0.11) 99%);
}
#header .head-left .head-nav .head-drop .detail-wrap .product-box .rt-con .rt-box[data-id='3'] .rt-head img {
  content: url('../../image/proxyip/channel-icon_1.png');
  width: 79px;
  height: 74px;
}
#header .head-left .head-nav .head-drop .detail-wrap .product-box .rt-con .rt-box[data-id='4'] .rt-head {
  background-image: linear-gradient(91deg, #eaebfe 0%, rgba(234, 235, 254, 0.1) 100%);
}
#header .head-left .head-nav .head-drop .detail-wrap .product-box .rt-con .rt-box[data-id='4'] .rt-head img {
  content: url('../../image/proxyip/static-icon_1.png');
  width: 79px;
  height: 74px;
}
#header .head-left .head-nav .head-drop .detail-wrap .product-box .rt-con .rt-box[data-id='5'] .rt-head {
  background-image: linear-gradient(91deg, #fdf4e6 0%, rgba(253, 244, 230, 0.11) 99%);
}
#header .head-left .head-nav .head-drop .detail-wrap .product-box .rt-con .rt-box[data-id='5'] .rt-head img {
  content: url('../../image/proxyip/channel-icon_2.png');
  width: 85px;
  height: 71px;
}
#header .head-left .head-nav .head-drop .detail-wrap .product-box .rt-con .rt-box[data-id='6'] .rt-head {
  background-image: linear-gradient(91deg, #daf5fa 0%, rgba(218, 245, 250, 0.1) 100%);
}
#header .head-left .head-nav .head-drop .detail-wrap .product-box .rt-con .rt-box[data-id='6'] .rt-head img {
  content: url('../../image/proxyip/share-icon_2.png');
  width: 85px;
  height: 71px;
}
#header .head-left .head-nav .head-drop .detail-wrap .product-box .rt-con .rt-box .rt-head {
  height: 86px;
  position: relative;
  border-radius: 4px;
  padding: 18px 0 0 20px;
  background-color: #fff;
}
#header .head-left .head-nav .head-drop .detail-wrap .product-box .rt-con .rt-box .rt-head img {
  position: absolute;
  z-index: 0;
  bottom: 0;
  right: 0;
}
#header .head-left .head-nav .head-drop .detail-wrap .product-box .rt-con .rt-box .rt-head .set-user {
  position: absolute;
  z-index: 1;
  top: 14px;
  right: 8px;
  color: var(--mainColor);
  text-decoration: underline;
}
#header .head-left .head-nav .head-drop .detail-wrap .product-box .rt-con .rt-box .rt-head .set-user:hover {
  color: var(--mainColor) !important;
  opacity: 0.85;
}
#header .head-left .head-nav .head-drop .detail-wrap .product-box .rt-con .rt-box .rt-head .rt-title .rt-t1 {
  margin-bottom: 4px;
  font-size: 16px;
  height: 22px;
  color: #000;
  display: flex;
  align-items: center;
  line-height: 22px;
}
#header .head-left .head-nav .head-drop .detail-wrap .product-box .rt-con .rt-box .rt-head .rt-title .rt-t1 span {
  display: inline-block;
  color: #fff;
  line-height: 17px;
  font-size: 12px;
  padding: 0 4px;
  border-radius: 4px;
  border-top-right-radius: 0;
  background-color: #F86308;
  margin-left: 10px;
}
#header .head-left .head-nav .head-drop .detail-wrap .product-box .rt-con .rt-box .rt-head .rt-title .rt-t2 {
  font-size: 14px;
  color: #555;
  height: 20px;
}
#header .head-left .head-nav .head-drop .detail-wrap .product-box .rt-con .rt-box .rt-set {
  padding-top: 28px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}
#header .head-left .head-nav .head-drop .detail-wrap .product-box .rt-con .rt-box .rt-set .set-btn {
  width: 90px;
  height: 30px;
  text-align: center;
  font-size: 14px;
  line-height: 30px;
  margin-right: 12px;
}
#header .head-left .head-nav .head-drop .detail-wrap .product-box .rt-con .rt-box .rt-set .set-btn:nth-child(1) {
  background-color: #FF8F02;
  color: #ffffff;
}
#header .head-left .head-nav .head-drop .detail-wrap .product-box .rt-con .rt-box .rt-set .set-btn:nth-child(2) {
  color: var(--mainColor);
  border: 1px solid var(--mainColor);
  margin-right: 0px;
}
#header .head-left .head-nav .head-drop .detail-wrap .product-box .rt-con .rt-box .rt-set .set-btn:nth-child(1):hover {
  opacity: 0.8;
}
#header .head-left .head-nav .head-drop .detail-wrap .product-box .rt-con .rt-box .rt-set .set-btn:nth-child(2):hover {
  background-color: var(--mainColor);
  color: #ffffff;
}
#header .head-left .head-nav .head-drop .detail-wrap .product-box .rt-con .rt-box .rt-set .set-user {
  padding: 0 0 !important;
  display: block;
  width: 76px;
  text-align: center;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: var(--mainColor);
}
#header .head-left .head-nav .head-drop .detail-wrap .product-box .rt-con .rt-box .rt-set .set-user:hover {
  color: var(--mainColor) !important;
  opacity: 0.8;
}
#header .head-left .head-nav .head-drop .detail-wrap .product-box .rt-con .rt-box .rt-entrance {
  padding-top: 34px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}
#header .head-left .head-nav .head-drop .detail-wrap .product-box .rt-con .rt-box .rt-entrance span {
  display: block;
  width: 71px;
  font-size: 14px;
  color: #555;
  margin-right: 8px;
  flex-shrink: 0;
}
#header .head-left .head-nav .head-drop .detail-wrap .product-box .rt-con .rt-box .rt-entrance .entrance-item {
  font-size: 14px;
  color: #555;
  text-align: center;
  line-height: 1;
  height: 14px;
  min-width: 70px !important;
  margin-right: 12px;
  padding-left: 24px;
  position: relative;
}
#header .head-left .head-nav .head-drop .detail-wrap .product-box .rt-con .rt-box .rt-entrance .entrance-item:before {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  left: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: contain;
}
#header .head-left .head-nav .head-drop .detail-wrap .product-box .rt-con .rt-box .rt-entrance .entrance-item[type="extract"]:before {
  background-image: url('../../image/proxyip/extract-icon.png');
}
#header .head-left .head-nav .head-drop .detail-wrap .product-box .rt-con .rt-box .rt-entrance .entrance-item[type="tool"]:before {
  background-image: url('../../image/proxyip/tool-icon.png');
}
#header .head-left .head-nav .head-drop .detail-wrap .product-box .rt-con .rt-box .rt-entrance .entrance-item[type="document"]:before {
  background-image: url('../../image/proxyip/document-icon.png');
}
#header .head-left .head-nav .head-drop .detail-wrap .product-box .rt-con .rt-box .rt-entrance .entrance-item[type="help"]:before {
  background-image: url('../../image/proxyip/help-icon.png');
}
#header .head-left .head-nav .head-drop .detail-wrap .product-box .rt-con .rt-box .rt-entrance .entrance-item:hover {
  color: var(--mainColor) !important;
}
#header .head-left .head-nav .head-drop .detail-wrap .product-box .rt-con .foot-bg {
  position: absolute;
  z-index: 0;
  right: 0px;
  bottom: 0px;
  width: 216px;
  height: 141px;
  background: url("../../image/home/head_bg.png") no-repeat;
  background-size: contain;
}
#header .head-left .head-nav .head-drop .detail-wrap .product-box .rt-con .foot-con {
  position: absolute;
  z-index: 0;
  right: 0px;
  bottom: 0px;
  width: 95px;
  height: 78px;
  box-sizing: border-box;
  padding: 28px 8px 0px 25px;
}
#header .head-left .head-nav .head-drop .detail-wrap .product-box .rt-con .foot-con .foot-num {
  opacity: 0.8;
  font-size: 18px;
  font-weight: 700;
  color: var(--mainColor);
  max-width: 68px;
  overflow: hidden;
}
#header .head-left .head-nav .head-drop .detail-wrap .product-box .rt-con .foot-con .foot-tip {
  font-size: 12px;
  color: #bbbcbd;
  text-align: left;
}
.chose-setting .general_badge-item {
  z-index: 1;
}
#header .head-left .head-nav .head-nav-item .icon-arrow {
  display: flex;
  width: 18px;
  height: 18px;
  background: url('/static_new_qs_theme/default-themes/home/image/header_nav_v2/arrows_down@2x.png') no-repeat center center;
  background-size: contain;
}
#header .head-left .head-nav .head-nav-item a.active-a .icon-arrow {
  display: flex;
  width: 18px;
  height: 18px;
  background: url('/static_new_qs_theme/default-themes/home/image/header_nav_v2/arrows_up_1@2x.png') no-repeat center center;
  background-size: contain;
}
.proxyip-menu--container {
  color: #111;
  width: 923px;
  height: 660px;
  background: #ffffff;
  box-shadow: 0px 0px 20px 1px rgba(191, 215, 214, 0.5);
  display: flex;
  padding: 10px 30px;
}
@media screen and (max-width: 1366px) {
  .proxyip-menu--container {
    height: 500px;
    overflow-y: auto;
    scrollbar-width: none;
    /* Firefox 隐藏滚动条 */
    -ms-overflow-style: none;
    /* IE和Edge 隐藏滚动条 */
  }
  .proxyip-menu--container::-webkit-scrollbar {
    display: none;
    /* Chrome、Safari 隐藏滚动条 */
  }
}
.proxyip-menu-item--domestic,
.proxyip-menu-item--overseas {
  flex: 1;
  padding: 0 37px;
  height: 620px;
}
.proxyip-tool-head,
.proxyip-menu-head {
  height: 50px;
  border-bottom: 1px solid #E5E9ED;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.proxyip-menu-title {
  font-size: 16px;
}
.proxyip-menu-link {
  color: #989898 !important;
}
.proxyip-menu-link:hover {
  color: var(--mainColor) !important;
}
.proxyip-group-list {
  margin-top: 7px;
}
.proxyip-group-item {
  margin-bottom: 3px;
}
.proxyip-group-item-head {
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.proxyip-group-link {
  position: relative;
  display: flex;
  align-items: center;
}
.proxyip-group-link::after {
  display: inline-block;
  content: '';
  width: 18px;
  height: 18px;
  background: url('/static_new_qs_theme/default-themes/home/image/header_nav_v2/arrows_right_1@2x.png') no-repeat;
  background-size: contain;
  margin-left: 4px;
}
.proxyip-group-name {
  font-size: 14px;
  font-weight: 600;
  color: #111 !important;
}
.proxyip-group-desc {
  font-size: 12px;
  color: #555555;
}
.proxyip-child-list {
  width: calc(100% + 12px);
}
.proxyip-child-item {
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 12px;
  padding-right: 12px;
}
.proxyip-child-item:hover {
  background-color: #E6FFF4;
}
.proxyip-child-name {
  display: flex;
  align-items: center;
}
.proxyip-child-name img {
  width: 15px;
  height: 15px;
  margin-right: 10px;
}
.proxyip-child-name span {
  font-size: 14px;
  color: #111;
  margin-right: 7px;
}
.hot-badge {
  width: 46px !important;
  height: 18px !important;
  background: url('/static_new_qs_theme/default-themes/home/image/header_nav_v2/hot@2x.png') no-repeat !important;
  background-size: contain !important;
  font-size: 0 !important;
}
.new-badge {
  width: 46px !important;
  height: 18px !important;
  background: url('/static_new_qs_theme/default-themes/home/image/header_nav_v2/new@2x.png') no-repeat !important;
  background-size: contain !important;
  font-size: 0 !important;
}
.proxyip-child-desc {
  height: 20px;
  line-height: 20px;
  background: linear-gradient(270deg, #b4eae6 0%, #e5f8f0 100%);
  border-radius: 10px;
  font-size: 12px;
  color: #096f67;
  padding: 0 9px;
}
.proxyip-child-desc.orange {
  background: linear-gradient(270deg, #ffddb3 0%, #fff0e8);
  color: #db7a00;
}
.proxyip-tool {
  margin-top: 24px;
}
.proxyip-tool-title {
  font-size: 16px;
}
.proxyip-tool-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 24px;
}
.proxyip-tool-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 159px;
  height: 43px;
  background: #f3f7fb;
  border-radius: 4px;
  margin-bottom: 14px;
}
.proxyip-tool-item:hover {
  background: #E6FFF4;
}
.proxyip-tool-item:hover span {
  color: #119F93;
}
.proxyip-tool-item img {
  width: 18px;
  height: 18px;
  margin-right: 7px;
}
.proxyip-tool-item span {
  color: #111;
  width: 56px;
  font-weight: 600;
}
